home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Locus / Source / Makefile.preamble < prev    next >
Makefile  |  1995-06-12  |  293b  |  15 lines

  1.  
  2. #
  3. # When compiling the test version (non-install),
  4. # increment the revision counter on each compile
  5. #
  6. version:: IncVersion
  7.     @echo "Incrementing revision counter..."
  8.     @IncVersion
  9.     @$(MAKE) app
  10.     
  11.  
  12. IncVersion: IncVersion.m
  13.     $(CC) $(CFLAGS) IncVersion.m -o IncVersion
  14.     
  15. OTHER_GARBAGE = IncVersion